home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / pd / utilities / virusz / install.script < prev    next >
Text File  |  1996-05-20  |  229b  |  18 lines

  1. FailAt 21
  2.  
  3. Version >NIL: exec.library 37
  4. If WARN
  5.    Echo "You need Kickstart 2.0 or higher."
  6.    Skip END
  7. EndIf
  8.  
  9. Echo "Installing libraries for VirusZ II...*n"
  10.  
  11. Copy libs ALL LIBS:
  12.  
  13. Echo "*nFinished!"
  14.  
  15. Lab END
  16. Wait 4
  17. EndCLI >NIL:
  18.